C1RplImportException Constructor(String,Object[])
In This Topic
Initializes a new instance of the C1RplImportException class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal ParamArray () As Object _
)
public C1RplImportException(
string ,
params object[]
)
Parameters
- format
- A format string used to format the exception message.
- args
- A list of arguments passed to the format string.
See Also